home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Qumana 3.0.1 / Qumana-3.0.1-en-qumana.exe / lib / hsqldb.jar / org / hsqldb / resources / table-remarks.properties < prev    next >
Text File  |  2006-04-16  |  5KB  |  51 lines

  1. #table remarks
  2. SYSTEM_ALIASES=the aliases defined within this database
  3. SYSTEM_BESTROWIDENTIFIER=for each accessible table defined within this database, the optimal set of visible columns that uniquely identifies a row
  4. SYSTEM_BYTECODE=the Java bytecode instruction source listing of the Java methods providing implementation for each accessible callable procedure, SQL function, trigger body and UDT method defined within this database
  5. SYSTEM_CATALOGS=the accessible catalogs defined within this database
  6. SYSTEM_CACHEINFO=the current state of the system row caching mechanism
  7. SYSTEM_CLASSPRIVILEGES=the visible user level access permissions for each Java class providing implementation for each accessible callable procedure, SQL function, trigger body and UDT method defined within this database
  8. SYSTEM_COLUMNPRIVILEGES=the visible user level access permissions of each visible column of each accessible table defined within this database
  9. SYSTEM_COLUMNS=the visible columns of each accessible table defined within this database
  10. SYSTEM_CROSSREFERENCE=a description of how the accessible tables defined within this database import visible columns to enforce referential integrity
  11. SYSTEM_LOBS=LOB storage for Java resources defined within this database
  12. SYSTEM_INDEXINFO=information about the indicies of each accessible table defined within this database
  13. SYSTEM_PROPERTIES=the static and dynamic system properties and operating parameters of this database
  14. SYSTEM_PRIMARYKEYS=the visible columns of the primary key of each accessible table defined within this database
  15. SYSTEM_PROCEDURECOLUMNS=a description of the return type, parameters and result columns of each accessible callable procedure, SQL function, trigger body and UDT method defined within this database
  16. SYSTEM_PROCEDURES=the procedures, SQL functions, trigger body routines and UDT methods defined within the database
  17. SYSTEM_SCHEMAS=the accessible schemas defined within this database
  18. SYSTEM_SESSIONS=the visible sessions open in this database
  19. SYSTEM_SESSIONINFO=information about the current database session
  20. SYSTEM_SUPERTYPES=the user-defined type (UDT) hierarchies defined in this database. Only the immediate super type/sub type relationship is modeled
  21. SYSTEM_SUPERTABLES=the table hierarchies defined in this database. Only the immediate super type/sub type relationship is modeled
  22. SYSTEM_TABLEPRIVILEGES=the visible user level access permissions for each accessible table defined within this database
  23. SYSTEM_TABLES=the accessible tables defined within this database
  24. SYSTEM_TABLETYPES=the types of tables that can be created/found within this database
  25. SYSTEM_TEXTTABLES=the data source descriptors of the accessible TEXT TABLE objects defined within this database
  26. SYSTEM_TRIGGERS=the visible triggers defined within this database
  27. SYSTEM_TRIGGERCOLUMNS=the column usage of visible triggers defined within this database
  28. SYSTEM_TYPEINFO=a description of predefined table column data types known to this database
  29. SYSTEM_ALLTYPEINFO=a description of all non user-defined data types known to this database and the level of support for them in various capacities
  30. SYSTEM_UDTS=the user-defined types that are available within this database
  31. SYSTEM_UDTATTRIBUTES=a description of the attributes of the user-defined types (UDTs) that are available in this database
  32. SYSTEM_USERS=users defined within this database
  33. SYSTEM_VERSIONCOLUMNS=the visible columns of the accessible tables that are automatically updated when any value in a row is updated
  34. SYSTEM_VIEWS=the view descriptors of the accessible views defined within this database
  35. # since 1.7.2 RC1
  36. SYSTEM_CHECK_COLUMN_USAGE=one row for each column identified by a <column reference> contained in the <search condition> of a check constraint, domain constraint, or assertion.
  37. SYSTEM_CHECK_ROUTINE_USAGE=one row for each SQL-invoked routine identified as the subject routine of either a <routine invocation>, a <method reference>, a  <method invocation>, or a <static method invocation>  contained in an <assertion definition>, a <domain constraint>, or a <table constraint definition>.
  38. SYSTEM_CHECK_CONSTRAINTS=one row for each domain constraint, table check constraint, and assertion.
  39. SYSTEM_CHECK_TABLE_USAGE=one row for each table identified by a <table name> simply contained in a <table reference> contained in the <search condition> of a check constraint, domain constraint, or assertion.
  40. SYSTEM_SEQUENCES=one row for each external sequence generator
  41. SYSTEM_TABLE_CONSTRAINTS=one row for each table constraint associated with a table
  42. SYSTEM_USAGE_PRIVILEGES=one row for each usage privilege descriptor.
  43. SYSTEM_VIEW_COLUMN_USAGE=one row for each column of a table that is explicitly or implicitly referenced in the <query expression> of the view being described.
  44. SYSTEM_VIEW_ROUTINE_USAGE=one row for each SQL-invoked routine identified as the subject routine of either a <routine invocation>, a <method reference>, a <method invocation>, or a <static method invocation> contained in a <view definition>
  45. SYSTEM_VIEW_TABLE_USAGE=one row for each table identified by a <table name> simply contained in a <table reference> that is contained in the <query expression> of a view
  46. # since 1.8.0
  47. SYSTEM_AUTHORIZATIONS=one row for each user and one row for each role 
  48. SYSTEM_COLLATIONS=one row for each character collation descriptor.
  49. SYSTEM_ROLE_AUTHORIZATION_DESCRIPTORS=one row for each role granted directly to a grantee
  50. SYSTEM_SCHEMATA=one row for each schema.
  51.